
/* 
@font-face {
	font-family: SJxingkai-C;
	src: url('../font/SanJiXingKaiJianTi-Cu-2.ttf');
} */

.bannerSwiper{
	height: 8rem;
	position: relative;
}
.bannerSwiper .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
}
.bannerSwiper .swiper-slide .bannerTxt{
	height: 3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
.bannerSwiper .swiper-slide .bannerTxt span{
	font-family: SJxingkai-C, SJxingkai-C;
	/* src: url('../font/SanJiXingKaiJianTi-Cu-2.ttf'); */
	font-weight: 400;
	font-size: 0.85rem;
	color: #FFFFFF;
	line-height: 3rem;
	letter-spacing: 0.1rem;
	text-shadow: 4px 4px 10px  #0D2B48;

}
.bannerSwiper .swiper-slide img{
	width: auto;
	height: 100%;
	object-fit: contain;
}

.bannerSwiper .swiper-slide::before{
	content: '';
	width: 100%;
	height: 4rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background: linear-gradient( 180deg, #0055A8 0%, #0055A8 17%, rgba(10,119,225,0) 100%);
}
.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-button-prev{
	width: 0.4rem;
	height: 0.4rem;
	opacity: 1 !important;
	margin-top: 0;
	z-index: 10;
}
.bannerSwiper .swiper-button-next img,
.bannerSwiper .swiper-button-prev img{
	opacity: 0.4;
}
.bannerSwiper .swiper-button-next:hover img,
.bannerSwiper .swiper-button-prev:hover img{
	opacity: 1 !important;
}
.bannerSwiper .swiper-button-next::after,
.bannerSwiper .swiper-button-prev::after{
	content: '';
}
.bannerSwiper .swiper-button-prev{
	left: 0.6rem;
}
.bannerSwiper .swiper-button-next{
	right: 0.6rem;
}

.bannerSwiper .swiper-pagination{
	bottom: 1.07rem !important;
}
.bannerSwiper .swiper-pagination span{
	width: 0.2rem;
	height: 0.05rem;
	background: #FFFFFF;
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
	opacity: 0.5 !important;
	margin: 0 0.2rem;
}
.bannerSwiper .swiper-pagination span.swiper-pagination-bullet-active{
	width: 0.4rem;
	height: 0.05rem;
	background: #FFFFFF;
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
	opacity: 1 !important;
}



.IndexNews{
	position: relative;
}
.IndexNews .IndexNewsB1{
	padding-top: 0.2rem;
	padding-left: 0.4rem;
	padding-right: 0.5rem;
	padding-bottom: 0.2rem;
	height: 1.24rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.22rem 0.01rem rgba(128,128,128,0.16);
	position: absolute;
	top: -2.02rem;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 10;
}
.IndexNews .IndexNewsB1 .inewLeft{
	padding-right: 0.4rem;
	border-radius: 0.01rem solid #C7C7C7;
}
.IndexNews .IndexNewsB1 .inewLeft .txt1{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.45rem;
	text-align: center;
}
.IndexNews .IndexNewsB1 .inewLeft .txt2{
	font-family: Alimama FangYuanTi VF, Alimama FangYuanTi VF;
	font-weight: 500;
	font-size: 0.18rem;
	color: #888888;
	margin-top: 0.1rem;
}
.IndexNews .newSwiper{
	width: calc(100% - 2.22rem);
	height: 0.8rem;
	padding-left: 0.44rem;
	border-left: 0.01rem solid #C7C7C7;
}
.IndexNews .newSwiper .swiper-slide{
	/*height: 0.21rem !important;*/
	margin-left: 0 !important;
}
.IndexNews .newSwiper .swiper-slide .txt2{
	width: 0.89rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
}
.IndexNews .newSwiper .swiper-slide .txt1{
	width: calc(100% - 1rem);
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
}
/*.IndexNews .newSwiper .swiper-slide.swiper-slide-active .txt1{*/
/*	color: #024290;*/
/*}*/
.IndexNews .newSwiper .swiper-slide:hover .txt1{
    color: #024290;*/
}
.line1:hover .txt1_a{
    color: #024290;
}
.IndexNews .IndexNewsB2 {
	margin-top: 1.42rem;
	margin-bottom: 0.5rem;
}

.IndexTitle{
	/* height: 0.53rem; */
	position: relative;
}
.IndexTitle .txt{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.3rem;
	color: #333333;
	line-height: 0.42rem;
	text-align: center;
	margin-top: 0.15rem;
	position: relative;
	z-index: 1;
}
.IndexTitle .bgtxt{
	font-family: OPPO Sans 4.0, OPPO Sans 40;
	font-weight: 600;
	font-size: 0.4rem;
	color: #0055A8;
	line-height: 0.56rem;
	text-transform: uppercase;
	position: absolute;
	top: -0.15rem;
	left: 50%;
	transform: translate(-50%,0);
	opacity: 0.1;
	text-align: center;
}

.IndexTitle .hr{
	width: 0.4rem;
	height: 0.04rem;
	background: #22943A;
	margin: 0 auto;
	margin-top: 0.15rem;
}
.IndexTitle .hr2{
	width: 0.25rem;
	height: 0.04rem;
	background: #0055A8;
	margin-left: auto;
	margin-right: 0;
}
.IndexNews .newsB2{
	margin-top: 0.5rem;
	align-items: flex-start !important;
}
.IndexNews .newsB2 .new2Swiper{
	width: 6.4rem;
	height: 4.8rem;
}
.IndexNews .newsB2 .newsB2Right{
	width: 6rem;
}
.IndexNews .newsB2 .new2Swiper .swiper-slide{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.IndexNews .newsB2 .new2Swiper .swiper-slide img{
	width: 100%;
	height: 100%;
	transition: all 0.8s;
}
.IndexNews .newsB2 .new2Swiper .swiper-slide:hover img{
	transform: scale(1.1);
}
.IndexNews .newsB2 .new2Swiper .swiper-slide .newTxt{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0.8rem;
	background: linear-gradient( 180deg, rgba(0,85,168,0) 0%, rgba(0,85,168,0.7) 42%, rgba(0,85,168,0.94) 100%);
	padding: 0 0.2rem;
	padding-top: 0.34rem;
}
.IndexNews .newsB2 .new2Swiper .swiper-slide .newTxt a{
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: normal;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.24rem;
}
.IndexNews .newsB2 .new2Swiper .swiper-pagination{
	bottom: 0.8rem !important;
	display: flex;
    justify-content: flex-end;
	padding: 0 0.2rem;
}
.IndexNews .newsB2 .new2Swiper .swiper-pagination span{
	width: 0.08rem !important;
	height: 0.08rem !important;
}
.IndexNews .newsB2 .new2Swiper .swiper-pagination .swiper-pagination-bullet{
	opacity: 1 !important;
	background: #FFFFFF;
}
.IndexNews .newsB2 .new2Swiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #0055A8;
}
.IndexNews .newsB21{
	width: 100%;
	height: 0.45rem;
	border-bottom: 0.01rem solid #0055A8;
}
.IndexNews .newsB21 .newsB21Txt{
	width: 1.12rem;
	height: 0.4rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.4rem;
	text-align: center;
	margin-right: 0.15rem;
	transition: all 0.5s;
	cursor: pointer;
}
.IndexNews .newsB21 .newsB21Txt.active{
	background: #0055A8;
	color: #FFFFFF;
}
.IndexNews .newsB21 .newsB21Txt:hover{
	background: #0055A8;
	color: #FFFFFF;
}
.IndexNews .newsB22{
	padding-top: 0.11rem;
	padding-bottom: 0.14rem;
}
.IndexNews .newsB22 .newsB22L{
	width: 100%;
	height: 0.53rem;
	border-bottom: 0.01rem dotted #C8C8C8;
}
.IndexNews .newsB22 .newsB22L .txt1{
	width: 4.6rem;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: normal;
	font-size: 0.18rem;
	color: #333333;
	transition: all 0.5s;
}
.IndexNews .newsB22 .newsB22L .txt2{
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: normal;
	font-size: 0.14rem;
	color: #999999;
}
.IndexNews .newsB22 .newsB22L:hover .txt1{
	color: #0055A8;
}

.IndexBusiness{
	width: 100%;
	height: 8.4rem;
	background: url(../img/index/business_bg.png);
	background-size: 100% auto;
	padding-top: 1.4rem;
	background-repeat: no-repeat;
}
.IndexBusiness .bgtxt{
	color: #FFFFFF;
	opacity: 0.4;
}
.IndexBusiness .businessB{
	margin-top: 0.5rem;
}
.IndexBusiness .businessBL{
	width: 4rem;
	height: 5.8rem;
	position: relative;
	overflow: hidden;
	transition: all 0.8s;
}
.IndexBusiness .businessBL.active{
	width: 8.6rem;
}
.IndexBusiness .businessBL.active::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0055A8;
	opacity: 0.92;
}
.IndexBusiness .businessBL::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( 180deg, #0A54BC 0%, rgba(16,118,206,0.93) 40%, rgba(32,127,210,0) 100%);
	z-index: 2;
	transition: all 0.8s;
}
.IndexBusiness .businessBL:first-child{
	margin-right: 0.2rem;
}
.IndexBusiness .businessBL .bg{
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.IndexBusiness .businessBT{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.5rem;
	z-index: 9;
	transition: all 0.8s;
}
.IndexBusiness .businessBT .businessBT1{
	width: 0.4rem;
	height: 0.4rem;
}
.IndexBusiness .businessBT .businessBT1 img{
	width: 100%;
	height: 100%;
}
.IndexBusiness .businessBT .businessBT2{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.24rem;
	color: #FFFFFF;
	margin-top: 0.15rem;
	transition: all 0.8s;
}
.IndexBusiness .businessBT .businessBT3{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.36rem;
	margin-top: 0.5rem;
	opacity: 0;
	display: none;
	transition: all 0.8s;
	text-align: center;
}
.IndexBusiness .businessBL.active .businessBT3{
	opacity: 1;
	display: block;
}
.IndexBusiness .businessBL.active .businessBT{
	padding: 0 1.3rem;
	padding-top: 1.21rem;
}
.IndexBusiness .businessBL.active .businessBT1{
	margin: 0 auto;
}
.IndexBusiness .businessBL.active .businessBT2{
	text-align: center;
}
.IndexBusiness .businessBL.active .businessBT1{
	width: 0.6rem;
	height: 0.6rem;
}

.IndexForward{
	padding-top: 0.8rem;
}
.IndexForward .myForward{
	width: 100%;
	height: 4rem;
	margin-top: 0.5rem;
}
.IndexForward .myForward .swiper-slide{
	width: 7.2rem;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.IndexForward .myForward .swiper-slide img{
	width: 100%;
	height: 100%;
	transition: all 0.8s;
}
.IndexForward .myForward .swiper-slide:hover img{
	transform: scale(1.1);
}
.IndexForward .myForward .swiper-button-next,
.IndexForward .myForward .swiper-button-prev{
	width: 0.36rem;
	height: 0.36rem;
	background: #FFFFFF;
	border: 0.01rem solid #D8D8D8;
	transform: translate(0,50%);
	transition: 0.8s;
}
.IndexForward .myForward .swiper-button-next::after,
.IndexForward .myForward .swiper-button-prev::after{
	content: '';
}
.IndexForward .myForward .swiper-button-next img,
.IndexForward .myForward .swiper-button-prev img{
	width: 0.06rem;
	height: 0.12rem;
	transition: 0.8s;
}
.IndexForward .myForward .swiper-button-next{
	right: 5.42rem;
}
.IndexForward .myForward .swiper-button-prev{
	left: 5.42rem;
}
.IndexForward .myForward .swiper-slide .forward_txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 85, 168,0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.8s;
}
.IndexForward .myForward .swiper-slide:hover .forward_txt{
	opacity: 1;
}
.IndexForward .myForward .swiper-slide .forward_txt a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
}

.IndexForward .myForward .swiper-button-next:hover,
.IndexForward .myForward .swiper-button-prev:hover{
	background: #0055A8;
	border: 0.01rem solid #0055A8;
}
.IndexForward .myForward .swiper-button-next:hover img,
.IndexForward .myForward .swiper-button-prev:hover img{
	filter: grayscale(100%) brightness(1000%);
}
.hf{
	padding: 0.8rem 0;
}
.myHF{
	height: 1.8rem;
}

.myHF .swiper-slide{
	width: 100%;
	height: 100%;
}
.myHF .swiper-slide img{
	width: 100%;
	height: 100%;
}
